
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-inter: 'Inter',sans-serif;
--font-playfairdisplay: 'Playfair Display',serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .dViGrI {
    width:100%;
  height:100vh;
  align-items:center;
  justify-content:start;
  background-color:var(--grey-900);
  }
      

      
        
      
      
  .YdNzG {
    gap:6px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bEXOdF {
    gap:24px;
  width:90%;
  height:auto;
  max-width:1320px;
  padding-top:40px;
  border-color:var(--grey-800, #262626);
  border-style:dashed;
  border-width:1px;
  padding-left:40px;
  border-radius:24px;
  padding-right:40px;
  padding-bottom:40px;
  }
      

      
        
      
      
  .jsvNQ {
    gap:8px;
  flex:1;
  width:100%;
  }
      

      
        
      
      
  .UbYCV {
    flex:1;
  width:50%;
  flex-direction:row;
  }
      

      
          @media (max-width: 804.2px) {
            
  .UbYCV {
    gap:40px;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .bgKECA {
    color:var(--grey-50, #FAFAFA);
  font-size:16px;
  font-family:'Playfair Display';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .fwoJnA {
    gap:8px;
  color:var(--grey-50, #FAFAFA);
  font-size:18px;
  font-family:'Inter';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .plDlx {
    gap:10px;
  color:var(--grey-400, #A3A3A3);
  font-size:14px;
  font-family:'Inter';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .bfXOjy {
    width:fit-content;
  cursor:pointer;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .bfXOjy:hover {
    color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .ehRFAV {
    cursor:pointer;
  }
      

      
        
      
      
  .cycsSe {
    top:16px;
  }
      

      
        
      
      
  .eIQIsS {
    gap:24px;
  flex:1;
  width:50%;
  max-width:512px;
  }
      

      
          @media (max-width: 804.2px) {
            
  .eIQIsS {
    width:100%;
  }
      

          }
          
        
      
      
  
      

      
  .cRbXOh:hover {
    color:var(--grey-50, #FAFAFA);
  cursor:pointer;
  }
      

        
      
      
  .bXsQbV {
    color:var(--grey-400, #A3A3A3);
  font-size:14px;
  font-family:'Inter';
  font-weight:var(--font-weight-regular);
  line-height:20px;
  }
      

      
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .cSWQIt {
    gap:40px;
  width:100%;
  flex-direction:row;
  }
      

      
          @media (max-width: 804.2px) {
            
  .cSWQIt {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .ftanrO {
    width:fit-content;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .ftanrO:hover {
    color:var(--grey-50, #FAFAFA);
  cursor:pointer;
  }
      

        
      
      
  
      

      
        
      
      
  .bXVPtQ {
    align-items:center;
  padding-top:4px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:end;
  }
      

      
        
      
      
  .epOdVR {
    align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cIPiGn {
    gap:16px;
  padding-top:16px;
  padding-left:16px;
  border-radius:20px;
  padding-right:16px;
  padding-bottom:16px;
  background-color:var(--grey-900, #171717);
  }
      

      
        
      
      
  .PJJYF {
    gap:4px;
  color:var(--grey-500, #737373);
  cursor:pointer;
  align-items:center;
  padding-top:4px;
  border-color:var(--grey-800, #262626);
  border-style:solid;
  border-width:1px;
  padding-left:10px;
  border-radius:12px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:center;
  }
      

      
  .PJJYF:hover {
    color:var(--grey-200, #E5E5E5);
  background-color:var(--grey-800, #262626);
  }
      


  .PJJYF.selected {
    color:var(--grey-100, #F5F5F5);
  background-color:var(--grey-800, #262626);
  }
      

        
      
      
  .AsDgR {
    flex:1;
  width:100%;
  font-family:'Inter';
  }
      

      
        
      
      
  .bIhOQB {
    gap:6px;
  flex-direction:row;
  }
      

      
        
      
      
  .cPgvWV {
    padding-top:4px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:4px;
  }
      

      
        
      
      
  .cPpYji {
    gap:20px;
  align-items:center;
  padding-top:200px;
  padding-bottom:200px;
  justify-content:center;
  }
      

      
        
      
      
  .cksMuZ {
    width:24px;
  cursor:pointer;
  height:24px;
  border-radius:100px;
  background-color:#1CD688;
  }
      

      
        
      
      
  .flzJiF {
    gap:4px;
  color:var(--grey-500, #737373);
  cursor:pointer;
  align-items:center;
  padding-top:4px;
  border-color:var(--grey-800, #262626);
  border-style:solid;
  border-width:1px;
  padding-left:10px;
  border-radius:12px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:center;
  }
      

      
  .flzJiF:hover {
    color:var(--grey-200, #E5E5E5);
  background-color:var(--grey-800, #262626);
  }
      


  .flzJiF.selected {
    background-color:var(--grey-800, #262626);
  }
      

        
      
      
  .fxBnx {
    width:24px;
  cursor:pointer;
  height:24px;
  border-radius:100px;
  background-color:#3586FF;
  }
      

      
        
      
      
  .fpyDQL {
    width:24px;
  cursor:pointer;
  height:24px;
  border-radius:100px;
  background-color:#000000;
  }
      

      
        
      
      
  .bcVeqN {
    gap:16px;
  align-items:center;
  padding-top:200px;
  padding-bottom:200px;
  justify-content:center;
  }
      

      
        
      
      
  .eydyvk {
    width:100%;
  display:none;
  grid-row-gap:20px;
  grid-column-gap:20px;
  grid-auto-columns:1fr;
  grid-template-rows:auto;
  grid-template-columns:313px 1fr;
  }
      

      
        
      
      
  .bDOjBJ {
    gap:6px;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  .qMrDP {
    color:var(--grey-50, #FAFAFA);
  font-size:18px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
        
      
      
  .cCLIUo {
    width:32px;
  height:32px;
  align-items:center;
  padding-top:4px;
  padding-left:4px;
  border-radius:100px;
  padding-right:4px;
  padding-bottom:4px;
  justify-content:center;
  }
      

      
  .cCLIUo.active {
    border-color:#3586FF;
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .dWmFoZ {
    width:56px;
  }
      

      
        
      
      
  .bkINCZ {
    width:100%;
  height:80px;
  }
      

      
        
      
      
  .bSZpyB {
    width:24px;
  cursor:pointer;
  height:24px;
  border-radius:100px;
  background-color:#F2386A;
  }
      

      
        
      
      
  .eprpso {
    color:inherit;
  font-size:14px;
  font-family:inherit;
  font-weight:inherit;
  line-height:20px;
  }
      

      
        
      
      
  .bOiRMe {
    color:var(--grey-50, #FAFAFA);
  font-size:16px;
  font-family:'Inter';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .bCTAa-d {
    width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .cLuZfe {
    color:#E5E5E5;
  width:100%;
  height:32px;
  font-size:14px;
  font-family:'Inter';
  font-weight:var(--font-weight-normal);
  padding-left:40px;
  border-radius:12px;
  padding-right:8px;
  background-color:var(--grey-800, #262626);
  }
      

      
  .cLuZfe:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .bqDXNH {
    color:var(--grey-50, #FAFAFA);
  font-size:18px;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .cckHnO {
    gap:4px;
  color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  font-size:14px;
  align-items:center;
  font-family:'Inter';
  padding-top:10px;
  padding-left:12px;
  border-radius:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:start;
  background-color:var(--grey-800, #262626);
  }
      

      
  .cckHnO:hover {
    background-color:var(--grey-700, #404040);
  }
      

        
      
      
  .eYBBTd {
    top:.5rem;
  position:absolute;
  transition:all 150ms ease 0ms normal;
  align-items:end;
  justify-content:start;
  }
      

      
  .eYBBTd.hidden {
    top:-1rem;
  right:-1200%;
  opacity:0;
  z-index:-1;
  }
      

        
      
      
  .epeTND {
    width:100%;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eWfxgr {
    gap:4px;
  color:var(--grey-500, #737373);
  width:fit-content;
  cursor:pointer;
  font-size:14px;
  align-items:center;
  font-family:'Inter';
  font-weight:var(--font-weight-regular);
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  flex-direction:row;
  padding-bottom:0px;
  justify-content:start;
  }
      

      
  .eWfxgr:hover {
    color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .bvcmRm {
    gap:4px;
  color:var(--grey-200, #E5E5E5);
  width:100%;
  cursor:pointer;
  font-size:14px;
  align-items:center;
  font-family:'Inter';
  padding-top:10px;
  padding-left:12px;
  border-radius:16px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  }
      

      
  .bvcmRm:hover {
    background-color:var(--grey-700, #404040);
  }
      

        
      
      
  .aYgwP {
    padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .cJtMfa {
    left:0px;
  right:0px;
  width:100%;
  bottom:24px;
  z-index:99999;
  position:fixed;
  translate:0 100px;
  transition:all 300ms ease-in-out 0ms normal;
  align-items:center;
  justify-content:end;
  }
      

      
  .cJtMfa.active {
    translate:0 0px;
  }
      

        
      
      
  .cmncCT {
    color:var(--base-0, #ffffff);
  font-size:16px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
        
      
      
  .bHqMRV {
    color:var(--success-base_light, #1FC16B);
  }
      

      
        
      
      
  .cKCvHK {
    color:var(--error-dark_dark, #FF6875);
  }
      

      
        
      
      
  .dvQzZA {
    gap:6px;
  box-shadow:0px 0px 16px 0px #ffffff03;
  align-items:center;
  padding-top:8px;
  border-color:var(--grey-700, #404040);
  border-style:solid;
  border-width:1px;
  padding-left:10px;
  border-radius:10px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  background-color:var(--grey-800, #262626);
  }
      

      
        
      
      
  
      

      
        
      
      
  .chsyox {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100vh;
  z-index:99999;
  position:fixed;
  transition:all 300ms ease-in 0ms normal;
  align-items:center;
  backdrop-filter:blur(7px);
  justify-content:center;
  background-color:#171717b3;
  }
      

      
          @media (max-width: 439px) {
            
  .chsyox {
    align-items:center;
  justify-content:end;
  }
      

          }
          

  .chsyox.hidden {
    opacity:0;
  z-index:-1;
  }
      

        
      
      
  .cDEBEz {
    gap:8px;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  .LyBwU {
    color:var(--red-400, #F87171);
  }
      

      
        
      
      
  .dYUojQ {
    display:none;
  transition:all 300ms ease-in 0ms normal;
  padding-top:8px;
  border-color:var(--grey-700, #404040);
  border-style:dashed;
  border-width:1px;
  padding-left:16px;
  border-radius:12px;
  padding-right:16px;
  padding-bottom:8px;
  background-color:var(--grey-800, #262626);
  }
      

      
  .dYUojQ.active {
    gap:8px;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

        
      
      
  .eghJCt {
    gap:8px;
  color:var(--grey-50, #FAFAFA);
  width:100%;
  cursor:pointer;
  height:40px;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  border-radius:12px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  background-color:#3586FF;
  }
      

      
  .eghJCt:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      

        
      
      
  .PuQtf {
    cursor:pointer;
  align-items:center;
  padding-top:4px;
  border-color:var(--grey-800, #262626);
  border-style:solid;
  border-width:1px;
  padding-left:10px;
  border-radius:8px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:center;
  }
      

      
  .PuQtf:hover {
    border-color:var(--grey-600, #525252);
  border-style:solid;
  border-width:1px;
  }
      


  .PuQtf.selected {
    background-color:var(--grey-800, #262626);
  }
      

        
      
      
  .fpQDrp {
    color:#ffffff;
  font-size:18px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
        
      
      
  .fpeNLR {
    color:var(--grey-400, #A3A3A3);
  font-size:16px;
  font-family:'Inter';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .cATXhu {
    color:var(--grey-600, #525252);
  cursor:pointer;
  }
      

      
  .cATXhu:hover {
    color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .dWLpsN {
    gap:4px;
  color:var(--grey-50, #FAFAFA);
  width:100%;
  font-family:'Inter';
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .dVzysy {
    gap:24px;
  width:414px;
  translate:0 200%;
  transition:all 300ms ease 0ms normal;
  padding-top:32px;
  border-color:var(--grey-800, #262626);
  border-style:solid;
  border-width:1px;
  padding-left:32px;
  border-radius:24px;
  padding-right:32px;
  padding-bottom:32px;
  background-color:var(--grey-900, #171717);
  }
      

      
          @media (max-width: 439px) {
            
  .dVzysy {
    width:100%;
  height:100%;
  padding-top:20px;
  padding-left:20px;
  border-radius:0px;
  padding-right:20px;
  padding-bottom:20px;
  }
      

          }
          

  .dVzysy.active {
    translate:0;
  }
      

        
      
      
  .bUYASd {
    color:var(--grey-50, #FAFAFA);
  font-size:20px;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .fkAVFs {
    gap:8px;
  }
      

      
        
      
      
  .bNjrHo {
    color:var(--grey-50, #FAFAFA);
  font-size:14px;
  font-family:inherit;
  font-weight:inherit;
  line-height:20px;
  }
      

      
        
      
      
  .biezmH {
    width:100%;
  height:100%;
  object-fit:cover;
  }
      

      
        
      
      
  .bpMYca {
    color:var(--red-300, #FCA5A5);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .bkOFDi {
    color:inherit;
  display:inline-block;
  font-size:inherit;
  text-align:right;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .dYcFwt {
    color:inherit;
  font-size:inherit;
  text-align:right;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .fBoUdl {
    gap:20px;
  color:inherit;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .hzghL {
    gap:12px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .epexCP {
    width:100%;
  height:350px;
  overflow-x:clip;
  overflow-y:clip;
  border-radius:20px;
  }
      

      
        
      
      
  .ccMrAZ {
    gap:16px;
  width:100%;
  }
      

      
        
      
      
  .dlaGdy {
    color:var(--grey-300, #D4D4D4);
  font-size:16px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cbMCGT {
    top:8px;
  left:8px;
  color:var(--grey-500, #737373);
  width:fit-content;
  position:absolute;
  font-size:14px;
  font-family:'Inter';
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .diaFJE {
    display:flex;
  flex-wrap:nowrap;
  flex-direction:column;
  }
      

      
        
      
      
  .bcmdGX {
    :;
  gap:16px;
  width:100%;
  cursor:pointer;
  min-width:313px;
  align-items:start;
  aspect-ratio:1 / 1;
  flex-direction:column;
  justify-content:start;
  }
      

      
  .bcmdGX.page {
    height:100%;
  max-width:313px;
  }
      

        
      
      
  .AGAIP {
    width:6px;
  height:6px;
  border-radius:100px;
  background-color:var(--grey-700, #404040);
  }
      

      
  .AGAIP.active {
    background-color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .fsJQFg {
    :;
  width:100%;
  height:100%;
  transition:all 300ms ease-in 0ms normal;
  align-items:;
  flex-direction:row;
  justify-content:;
  }
      

      
        
      
      
  .elXdcC {
    height:auto;
  object-fit:cover;
  transition:opacity 300ms ease 0ms normal;
  }
      

      
  .elXdcC.hidden {
    opacity:0;
  }
      

        
      
      
  .dNbCCd {
    width:100%;
  bottom:16px;
  z-index:4;
  position:absolute;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dmAeTG {
    top:50%;
  left:16px;
  color:var(--grey-500, #737373);
  width:32px;
  cursor:pointer;
  height:32px;
  z-index:4;
  position:absolute;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  }
      

      
  .dmAeTG:hover {
    color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .swihS {
    top:16px;
  color:var(--grey-50, #FAFAFA);
  right:16px;
  width:32px;
  cursor:pointer;
  height:32px;
  z-index:4;
  position:absolute;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:var(--grey-700, #404040);
  }
      

      
  .swihS:hover {
    color:var(--grey-700, #404040);
  background-color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .bibtGu {
    gap:4px;
  z-index:9;
  position:relative;
  flex-direction:row;
  }
      

      
        
      
      
  .bbygqL {
    width:100%;
  height:auto;
  overflow-x:hidden;
  overflow-y:hidden;
  border-color:var(--grey-800, #262626);
  border-style:solid;
  border-width:1px;
  border-radius:24px;
  background-color:var(--grey-800, #262626);
  }
      

      
        
      
      
  .fonfFd {
    top:50%;
  color:var(--grey-500, #737373);
  right:16px;
  width:32px;
  cursor:pointer;
  height:32px;
  z-index:4;
  position:absolute;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  }
      

      
  .fonfFd:hover {
    color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .eagwwT {
    :;
  width:100%;
  height:100%;
  position:absolute;
  background:linear-gradient(180deg, rgba(38, 38, 38, 0.00) 0%, #000 100%);
  }
      

      
        
      
      
  
      

      
        
      
      
  .cDStsi {
    gap:20px;;
  width:100%;
  display:grid;;
  justify-content:start;
  grid-template-columns:repeat(auto-fill, minmax(313px, 1fr));;
  }
      

      
        
      
      
  .dQXdsl {
    width:24px;
  cursor:pointer;
  height:24px;
  border-radius:100px;
  background-color:#FBCC26;
  }
      

      
        
      
      
  .clXipQ {
    width:100%;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .JvZIa {
    display:none;
  }
      

      
        
      
      
  .dJiMtS {
    gap:20px;
  width:100%;
  align-items:center;
  padding-top:200px;
  padding-bottom:200px;
  justify-content:center;
  }
      

      
        
      
      
  .ykhQI {
    width:100px;
  height:100px;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  }
      

      
        
      
      
  .ddmAvB {
    width:100%;
  display:flex;
  align-items:start;
  grid-row-gap:20px;
  flex-direction:row;
  grid-column-gap:20px;
  justify-content:start;
  grid-auto-columns:1fr;
  grid-template-rows:auto;
  grid-template-columns:313px 1fr;
  }
      

      
        
      
      
  .eiLnTe {
    width:100%;
  height:56px;
  }
      

      
        
      
      
  .ffloXb {
    gap:8px;
  z-index:9;
  flex-direction:row;
  }
      

      
        
      
      
  .eyQJSM {
    position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .erPFfz {
    width:315px;
  height:fit-content;
  z-index:;
  position:relative;
  box-shadow:1px 12px 16px 0px #00000044;
  border-color:var(--grey-700, #404040);
  border-style:solid;
  border-width:1px;
  border-radius:24px;
  padding-bottom:4px;
  background-color:var(--grey-800, #262626);
  }
      

      
        
      
      
  .Nzzss {
    gap:32px;
  width:90%;
  max-width:1320px;
  }
      

      
        
      
      
  .eqyQzp {
    width:24px;
  cursor:pointer;
  height:24px;
  border-radius:100px;
  background-color:#ffffff;
  }
      

      
        
      
      
  .bfWCBi {
    color:var(--grey-50, #FAFAFA);
  font-size:1.5rem;
  font-family:'Playfair Display';
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  
      

      
        
      
      
  .fqpnjv {
    width:8px;
  height:2px;
  background-color:var(--grey-700, #404040);
  }
      

      
        
      
      
  .evKdFd {
    width:100%;
  height:80px;
  z-index:999;
  position:fixed;
  align-items:center;
  padding-left:2rem;
  padding-right:2rem;
  justify-content:center;
  background-color:var(--grey-900, #171717);
  border-bottom-color:var(--grey-800, #262626);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
          @media (max-width: 536.8px) {
            
  .evKdFd {
    padding-left:1rem;
  padding-right:1rem;
  }
      

          }
          
        
      
      
  .bpQJpd {
    font-size:14px;
  font-family:'Inter';
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .czZhdn {
    color:var(--grey-100, #F5F5F5);
  font-size:14px;
  font-family:'Inter';
  font-weight:var(--font-weight-semi-bold);
  line-height:20px;
  }
      

      
        
      
      
  .dKrzcj {
    padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
      
      
  .dOZRZM {
    cursor:pointer;
  border-radius:100px;
  }
      

      
  .dOZRZM:hover {
    background-color:var(--grey-800, #262626);
  }
      

        
      
      
  .eyngzj {
    display:none;
  transition:all 300ms ease-in 0ms normal;
  }
      

      
  .eyngzj.fade-in {
    display:flex;
  flex-direction:column;
  }
      

        
      
      
  .rXrNF {
    flex:1;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 878.4px) {
            
  .rXrNF {
    display:none;
  }
      

          }
          
        
      
      
  .NDjus {
    gap:8px;
  padding-top:6px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:6px;
  }
      

      
        
      
      
  
      

      
          @media (min-width: 878.4px) {
            
  .doLfIq {
    display:none;
  }
      

          }
          
        
      
      
  .QhZJD {
    width:400px;
  display:flex;
  padding-left:24px;
  flex-direction:column;
  }
      

      
        
      
      
  .emKcBd {
    color:var(--grey-100, #F5F5F5);
  font-size:12px;
  font-family:'Inter';
  font-weight:var(--font-weight-semi-bold);
  line-height:20px;
  }
      

      
        
      
      
  .busWEs {
    gap:8px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .bugIIm {
    top:13px;
  left:11px;
  position:absolute;
  }
      

      
        
      
      
  .ehWVeC {
    width:100%;
  max-width:1320px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .bYjFVz {
    top:-6px;
  right:-8px;
  width:18px;
  height:18px;
  position:absolute;
  transition:scale 300ms ease-in 0ms normal;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:#3586FF;
  }
      

      
  .bYjFVz.scale {
    scale:1.5;
  }
      

        
      
      
  
      

      
        
      
      
  .fgrfCQ {
    top:100px;
  width:313px;
  height:fit-content;
  position:sticky;
  border-radius:24px;
  padding-bottom:4px;
  background-color:var(--grey-800, #262626);
  }
      

      
        
      
      
  .fzkSug {
    width:100%;
  height:100%;
  overflow-y:auto;
  }
      

      
        
      
      
  .dpslDB {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100vh;
  z-index:999999;
  position:fixed;
  align-items:end;
  backdrop-filter:blur(7px);
  justify-content:start;
  background-color:#171717b3;
  }
      

      
  .dpslDB.hidden {
    opacity:0;
  z-index:-1;
  transition:all 300ms ease-in 0ms normal;
  }
      

        
      
      
  .vSSmT {
    width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .czwJwv {
    gap:0px;
  flex:1;
  height:100%;
  display:flex;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .fFkkRQ {
    color:var(--grey-50, #FAFAFA);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .dReDvr {
    gap:16px;
  width:100%;
  bottom:0px;
  position:fixed;
  padding-top:16px;
  padding-bottom:32px;
  background-color:var(--grey-900, #171717);
  border-top-color:var(--grey-800, #262626);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
          @media (max-width: 527.1px) {
            
  .dReDvr {
    padding-bottom:140px;
  }
      

          }
          
        
      
      
  .dyMLUP {
    gap:8px;
  color:var(--grey-200, #E5E5E5);
  width:100%;
  cursor:pointer;
  height:44px;
  font-size:16px;
  align-items:center;
  font-family:'Inter';
  padding-top:8px;
  padding-left:8px;
  border-radius:12px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  background-color:#3586FF;
  }
      

      
  .dyMLUP:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      

        
      
      
  
      

      
        
      
      
  .juIdF {
    padding-left:20px;
  padding-right:20px;
  }
      

      
        
      
      
  .cZaSFy {
    color:var(--grey-500, #737373);
  font-size:14px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
        
      
      
  .eCAWnl {
    color:var(--grey-400, #A3A3A3);
  font-size:18px;
  font-family:'Inter';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .HfeJ {
    gap:8px;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .dyVyTV {
    color:var(--grey-50, #FAFAFA);
  font-size:16px;
  font-family:'Inter';
  font-weight:inherit;
  }
      

      
        
      
      
  .fxFBrm {
    gap:12px;
  flex:1;
  height:100%;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .cXHHSY {
    align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cHdJI {
    gap:32px;
  width:30rem;
  height:100%;
  translate:100%;
  transition:all 300ms ease-in 0ms normal;
  padding-top:20px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:20px;
  background-color:var(--grey-900, #171717);
  border-left-color:var(--grey-800, #262626);
  border-left-style:solid;
  border-left-width:1px;
  }
      

      
  .cHdJI.active {
    translate:0;
  }
      


          @media (max-width: 558.9px) {
            
  .cHdJI {
    width:100%;
  padding-bottom:96px;
  }
      

          }
          
        
      
      
  .feNPoT {
    width:136px;
  height:136px;
  overflow-y:hidden;
  border-radius:10px;
  }
      

      
        
      
      
  .bfDinR {
    gap:12px;
  width:100%;
  }
      

      
        
      
      
  .evYeMw {
    height:1px;
  padding-left:20px;
  padding-right:20px;
  background-color:var(--grey-800, #262626);
  }
      

      
        
      
      
  .cFWImv {
    flex:1;
  width:100%;
  align-items:start;
  justify-content:space-between;
  }
      

      
        
      
      
  .jcxXS {
    color:var(--red-400, #F87171);
  cursor:pointer;
  }
      

      
        
      
      
  .eWgcSE {
    gap:16px;
  flex-direction:row;
  }
      

      
        
      
      
  .bgZBCc {
    color:var(--grey-500, #737373);
  font-size:16px;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .dXltYg {
    color:#3586FF;
  }
      

      
        
      
      
  .dZbTLu {
    height:160px;
  }
      

      
        
      
      
  .MAtfU {
    align-items:center;
  padding-left:20px;
  padding-right:20px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eQzgeo {
    gap:12px;
  width:fit-content;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .qRPdK {
    color:var(--grey-500, #737373);
  width:32px;
  cursor:pointer;
  height:32px;
  padding-top:8px;
  padding-left:8px;
  border-radius:10px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:var(--grey-800, #262626);
  }
      

      
  .qRPdK:hover {
    color:var(--grey-50, #FAFAFA);
  background-color:var(--grey-800, #262626);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bvBMew {
    gap:20px;
  flex:1;
  width:100%;
  height:100%;
  overflow-y:scroll;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:64px;
  }
      

      
        
      
      
  .fqBWPE {
    width:24px;
  height:24px;
  align-items:center;
  border-radius:1000px;
  justify-content:center;
  background-color:#3586FF;
  }
      

      
        
      
      
  .eMVomw {
    gap:4px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      